home *** CD-ROM | disk | FTP | other *** search
- object ModInfoForm: TModInfoForm
- Left = 15
- Top = 581
- BorderStyle = bsDialog
- Caption = 'Modify Zip Information'
- ClientHeight = 157
- ClientWidth = 313
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnActivate = FormActivate
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 297
- Height = 99
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 20
- Top = 31
- Width = 125
- Height = 15
- Caption = 'Enter New Information:'
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object OKBtn: TButton
- Left = 81
- Top = 119
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 161
- Top = 119
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object NewInfoEdit: TEdit
- Left = 18
- Top = 53
- Width = 279
- Height = 21
- TabOrder = 2
- end
- end
-